Skip to content

Update typst-community/setup-typst action to v5#11

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/typst-community-setup-typst-5.x
Open

Update typst-community/setup-typst action to v5#11
renovate[bot] wants to merge 1 commit intomainfrom
renovate/typst-community-setup-typst-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

This PR contains the following updates:

Package Type Update Change
typst-community/setup-typst action major v4v5

Release Notes

typst-community/setup-typst (typst-community/setup-typst)

v5.1

Compare Source

v5.1.0

Compare Source

What's Changed

  • Feature: Added support for multiple formats including YAML and TOML when installing multiple Typst versions. #​63
    🚨 Breaking Change: The existing typst-versions-map input will be deprecated in a future major release. You can now use typst-versions-json: directly as a replacement for typst-versions-map:.
  • Bug: zip-packages now uses the latest version of installed Typst to download packages. #​63
    No error will occur when zip-packages is set with a non-typst executable name.
  • [Documentation] #​63
    • Updated README.md.
    • Removed Simplified Chinese README due to maintenance considerations.
  • [Security]
    1. Updated indirect dependency fast-xml-parser from 5.5.5 to 5.5.8 to address security issues. #​62
      • Note: fast-xml-parser is now a direct dependency to support XML parsing when installing multiple Typst versions. #​63
    2. Updated the newly added direct dependency smol-toml. #​65
    3. Updated indirect dependency brace-expansion for additional security improvements. #​66

Full Changelog: typst-community/setup-typst@v5.0.0...v5.1.0

v5.0

Compare Source

v5.0.0

Compare Source

🎉 Typst GitHub Action v5.0 – One Action, Many Typst Versions!

Welcome to v5.0 — a bold new chapter in our quest to make Typst installation smoother than freshly brewed coffee ☕ (and just as energizing). This release packs breaking changes, exciting new features, and some behind-the-scenes polish that’ll make your workflows shine.

⚠️ Breaking Changes – Out with the Old!

We’ve streamlined things a bit, so please check these before upgrading:

  1. Node.js Runtime Upgrade:
    The action now runs on node24 (runs.using: node24). Time to leave older Node versions in the dust!
  2. Goodbye, local-packages! 👋
    The deprecated local-packages input has officially retired. Please use zip-packages instead—it works exactly the same, just with a snazzier name. No other migration steps needed!
  3. No More Outputs:
    This action no longer emits any outputs—not even typst-version or cache-hit. With the shift to multi-version support via typst-versions-map, outputs became ambiguous and were removed.
🚀 New Feature: Install Multiple Typst Versions at Once!

Introducing the new input typst-versions-map — a flexible way to install several Typst versions simultaneously. See README for more.

# Example
- uses: typst-community/setup-typst@v5
  with:
    typst-versions-map: |
      {
        "typst-latest": {"version": "latest"},
        "typst-013": {
          "version": "v0.13",
          "allowPrerelease": true
        }
      }
🔧 Under the Hood & Docs
  • Updated dependencies to play nice with Node 24 and squash pesky security alerts.
  • Codebase got a spring cleaning: better structure, clearer comments, and fewer "wait, what does this do?" moments.
  • Documentation has been updated.

Full Changelog: typst-community/setup-typst@v4.3.1...v5.0.0

Thanks for using our action! Upgrade today and unleash the power of multi-version Typst awesomeness!

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: typst-community/setup-typst@v4.3.0...v4.3.1

v4.3.0

Compare Source

  • Bump form-data from 2.5.2 to 2.5.5 in #​48
  • Allow specifying Typst executable file name in #​50

Full Changelog: typst-community/setup-typst@v4.2.0...v4.3.0

v4.3

Compare Source

v4.2

Compare Source

v4.2.0

Compare Source

  • Allow install @preview packages from ZIP archives in #​45
  • Update documents in #​46

v4.1

Compare Source

v4.1.0

Compare Source

I'm thrilled to announce a significant update with powerful new features, infrastructure optimizations, and improved documentation. This release revolutionizes how you manage local packages while delivering better maintainability and developer experience.

✨ New Features

📦 Download ZIP archives as local packages: Introducing the new local-packages and cache-local-packages inputs that enable seamless integration of ZIP archives as local packages.

  • 🏗️ Automatic file storage location configuration
  • 🎯 Intelligent SemVer version detection
  • ⚡ Optional local packages caching

📚 Documentation Overhaul

I've completely reinvented our guides to help you master advanced scenarios:

  • 💡 Bilingual README updates (EN/CN)
  • 🚀 Quick-start tutorial for first-time users
  • 🧩 Real-world workflow examples

🛠️ Under the Hood

  • 🧱 Code modular refactoring: The code has been completely refactored, with a modular architecture of functional partitions.
  • 🦖 Legacy Typst Support: Now compatible with extremely old Typst versions (v0.1.0 and v0.2.0)

Full Changelog: typst-community/setup-typst@v4.0.3...v4.1.0

Upgrade now and try a new experience with local packages management!

v4.0.3

Compare Source

  1. Add a .zip extension if necessary for tc.extractZip() in ( #​35 )
  2. Improve token handling ( #​30 )

Full Changelog: typst-community/setup-typst@v4.0.2...v4.0.3

v4.0.2

Compare Source

Fix typo in cache primaryKey by @​Lipen in #​28

New Contributors

v4.0.1

Compare Source

  1. Fix caching by removing restoreKeys in #​26
  2. Fix tagging by using Actions Tagger in #​27

Full Changelog: typst-community/setup-typst@v4.0.0...v4.0.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants